Gets the ordinal position of the collection item that is being changed.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public int Ordinal { get; private set; } |
Visual Basic |
---|
Public Property Ordinal As Integer Get Private Set |
Remarks
This property can return -1 (ordinal unknown) if the collection cannot provide this information
(if SupportsItemOrdinals returns false).